Formula Student worldwide live timekeeping .NET-API changelog documentation: fs-live.org/docu.html download files: fs-live.org/api-files (newest files in parent directory) ======= 1.0.1.0 ======= Oct 10 2018 Added functions to change state (or time) during Skidpad, Acceleration and Autocross with string variables: o static string SkidpadState(string carNr, string state) o static string SkidpadState(string carNr, string stateRight, string stateLeft) o static string AccelerationState(string carNr, string state) o static string AutocrossState(string carNr, string state) Valid arguments for state, stateRight, stateLeft are "DNF", "RERUN", or a time in seconds formated as string with up to 3 decimals. ======= 1.0.0.0 ======= Sep 28 2018 initial release